Html Css Color HEX #764367 Cosmic

📋 copy color: '#764367'

red 118 ◦ green 67 ◦ blue 103

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

Shades of Cosmic #764367

Tints of Cosmic #764367

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.26%

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

R = 40.97%
G = 23.26%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#764367 (or 0x764367) is known color: Cosmic. HEX triplet: 76, 43 and 67. RGB value is (118,67,103). Sum of RGB (Red+Green+Blue) = 118+67+103=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 103 (40.62% from 255 or 35.76% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #764367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764367 is #89BC98. Grayscale: #565656. Windows color (decimal): -9026713 or 6767478. OLE color: 6767478.

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

Color convert

RGB 118 67 103 -
CMYK 0 0.43 0.13 0.54
HSL 317.65º 0.28% 0.36% -
HSV(B) 317.65º 0.43% 0.46% -
XYZ 11.93 8.85 13.91 -
YUV 86.35 137.4 150.57 -
System Red Green Blue C M Y K H S L
Decimal 118 67 103 0 0.43 0.13 0.54 317.65 0.28 0.36
Hex 76 43 67 0 2B D 36 13E 1C 24
Octal 166 103 147 0 53 15 66 476 34 44
Binary 1110110 1000011 1100111 0 101011 1101 110110 100111110 11100 100100

Color Harmonies of #764367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764367

Black with #764367

Text Example


Text Example

White with #764367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764367; }

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

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

background-color css

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

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

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

border-color css

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

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

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