Html Css Color HEX #77422F Cumin

📋 copy color: '#77422F'

red 119 ◦ green 66 ◦ blue 47

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

Shades of Cumin #77422F

Tints of Cumin #77422F

RGB

 RED value IS 119 (46.88% from 255) = 51.29%

 GREEN value IS 66 (26.17% from 255) = 28.45%

 BLUE value IS 47 (18.75% from 255) = 20.26%

R = 51.29%
G = 28.45%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#77422F (or 0x77422F) is known color: Cumin. HEX triplet: 77, 42 and 2F. RGB value is (119,66,47). Sum of RGB (Red+Green+Blue) = 119+66+47=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #77422F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77422F is #88BDD0. Grayscale: #4F4F4F. Windows color (decimal): -8961489 or 3097207. OLE color: 3097207.

HSL color Cylindrical-coordinate representation of color #77422F: hue angle of 15.83º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #77422F is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 66 47 -
CMYK 0 0.45 0.61 0.53
HSL 15.83º 0.43% 0.33% -
HSV(B) 15.83º 0.61% 0.47% -
XYZ 10.07 8.02 3.71 -
YUV 79.68 109.56 156.04 -
System Red Green Blue C M Y K H S L
Decimal 119 66 47 0 0.45 0.61 0.53 15.83 0.43 0.33
Hex 77 42 2F 0 2D 3D 35 10 2B 21
Octal 167 102 57 0 55 75 65 20 53 41
Binary 1110111 1000010 101111 0 101101 111101 110101 10000 101011 100001

Color Harmonies of #77422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77422F

Black with #77422F

Text Example


Text Example

White with #77422F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77422F; }

 p { color: rgb(119,66,47); }

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

background-color css

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

 a { background-color: rgb(119,66,47); }

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

border-color css

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

 span { border-color: rgb(119,66,47); }

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