Html Css Color HEX #77432F Cumin

📋 copy color: '#77432F'

red 119 ◦ green 67 ◦ blue 47

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

Shades of Cumin #77432F

Tints of Cumin #77432F

RGB

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

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

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

R = 51.07%
G = 28.76%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#77432F (or 0x77432F) is known color: Cumin. HEX triplet: 77, 43 and 2F. RGB value is (119,67,47). Sum of RGB (Red+Green+Blue) = 119+67+47=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #77432F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77432F is #88BCD0. Grayscale: #505050. Windows color (decimal): -8961233 or 3097463. OLE color: 3097463.

HSL color Cylindrical-coordinate representation of color #77432F: hue angle of 16.67º 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 #77432F is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 67 47 -
CMYK 0 0.44 0.61 0.53
HSL 16.67º 0.43% 0.33% -
HSV(B) 16.67º 0.61% 0.47% -
XYZ 10.13 8.14 3.73 -
YUV 80.27 109.23 155.63 -
System Red Green Blue C M Y K H S L
Decimal 119 67 47 0 0.44 0.61 0.53 16.67 0.43 0.33
Hex 77 43 2F 0 2C 3D 35 11 2B 21
Octal 167 103 57 0 54 75 65 21 53 41
Binary 1110111 1000011 101111 0 101100 111101 110101 10001 101011 100001

Color Harmonies of #77432F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77432F

Black with #77432F

Text Example


Text Example

White with #77432F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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