Html Css Color HEX #764165 Cosmic

📋 copy color: '#764165'

red 118 ◦ green 65 ◦ blue 101

#764165
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #764165

Tints of Cosmic #764165

RGB

 RED value IS 118 (46.48% from 255) = 41.55%

 GREEN value IS 65 (25.78% from 255) = 22.89%

 BLUE value IS 101 (39.84% from 255) = 35.56%

R = 41.55%
G = 22.89%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#764165 (or 0x764165) is known color: Cosmic. HEX triplet: 76, 41 and 65. RGB value is (118,65,101). Sum of RGB (Red+Green+Blue) = 118+65+101=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #764165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764165 is #89BE9A. Grayscale: #545454. Windows color (decimal): -9027227 or 6635894. OLE color: 6635894.

HSL color Cylindrical-coordinate representation of color #764165: hue angle of 319.25º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #764165 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 65 101 -
CMYK 0 0.45 0.14 0.54
HSL 319.25º 0.29% 0.36% -
HSV(B) 319.25º 0.45% 0.46% -
XYZ 11.71 8.57 13.35 -
YUV 84.95 137.06 151.57 -
System Red Green Blue C M Y K H S L
Decimal 118 65 101 0 0.45 0.14 0.54 319.25 0.29 0.36
Hex 76 41 65 0 2D E 36 13F 1D 24
Octal 166 101 145 0 55 16 66 477 35 44
Binary 1110110 1000001 1100101 0 101101 1110 110110 100111111 11101 100100

Color Harmonies of #764165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764165

Black with #764165

Text Example


Text Example

White with #764165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764165; }

 p { color: rgb(118,65,101); }

 H1.HeaderClassName
 {
   color: #764165;
 }
 .AnyTagClassName
 {
   color: #764165;
 }
</style>

background-color css

<style>
 a { background-color: #764165; }

 a { background-color: rgb(118,65,101); }

 div.DivClassName
 {
   background-color: #764165;
 }
 .BgClassName
 {
   background-color: #764165;
 }
</style>

border-color css

<style>
 span { border-color: #764165; }

 span { border-color: rgb(118,65,101); }

 td.TdClassName
 {
   border-color: #764165;
 }
 .TagClassName
 {
   border-color: #764165;
 }
</style>