Html Css Color HEX #764667 Cosmic

📋 copy color: '#764667'

red 118 ◦ green 70 ◦ blue 103

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

Shades of Cosmic #764667

Tints of Cosmic #764667

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.05%

 BLUE value IS 103 (40.63% from 255) = 35.4%

R = 40.55%
G = 24.05%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#764667 (or 0x764667) is known color: Cosmic. HEX triplet: 76, 46 and 67. RGB value is (118,70,103). Sum of RGB (Red+Green+Blue) = 118+70+103=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 103 (40.62% from 255 or 35.40% from 291); Max value from RGB is 118 - color contains mainly: red. Hex color #764667 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764667 is #89B998. Grayscale: #585858. Windows color (decimal): -9025945 or 6768246. OLE color: 6768246.

HSL color Cylindrical-coordinate representation of color #764667: hue angle of 318.75º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #764667 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 70 103 -
CMYK 0 0.41 0.13 0.54
HSL 318.75º 0.26% 0.37% -
HSV(B) 318.75º 0.41% 0.46% -
XYZ 12.11 9.21 13.97 -
YUV 88.11 136.4 149.32 -
System Red Green Blue C M Y K H S L
Decimal 118 70 103 0 0.41 0.13 0.54 318.75 0.26 0.37
Hex 76 46 67 0 29 D 36 13F 1A 25
Octal 166 106 147 0 51 15 66 477 32 45
Binary 1110110 1000110 1100111 0 101001 1101 110110 100111111 11010 100101

Color Harmonies of #764667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764667

Black with #764667

Text Example


Text Example

White with #764667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764667; }

 p { color: rgb(118,70,103); }

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

background-color css

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

 a { background-color: rgb(118,70,103); }

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

border-color css

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

 span { border-color: rgb(118,70,103); }

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