Html Css Color HEX #76402F Cumin

📋 copy color: '#76402F'

red 118 ◦ green 64 ◦ blue 47

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

Shades of Cumin #76402F

Tints of Cumin #76402F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.95%

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

R = 51.53%
G = 27.95%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#76402F (or 0x76402F) is known color: Cumin. HEX triplet: 76, 40 and 2F. RGB value is (118,64,47). Sum of RGB (Red+Green+Blue) = 118+64+47=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #76402F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76402F is #89BFD0. Grayscale: #4E4E4E. Windows color (decimal): -9027537 or 3096694. OLE color: 3096694.

HSL color Cylindrical-coordinate representation of color #76402F: hue angle of 14.37º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76402F is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 64 47 -
CMYK 0 0.46 0.60 0.54
HSL 14.37º 0.43% 0.32% -
HSV(B) 14.37º 0.6% 0.46% -
XYZ 9.82 7.72 3.66 -
YUV 78.21 110.39 156.38 -
System Red Green Blue C M Y K H S L
Decimal 118 64 47 0 0.46 0.60 0.54 14.37 0.43 0.32
Hex 76 40 2F 0 2E 3C 36 E 2B 20
Octal 166 100 57 0 56 74 66 16 53 40
Binary 1110110 1000000 101111 0 101110 111100 110110 1110 101011 100000

Color Harmonies of #76402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76402F

Black with #76402F

Text Example


Text Example

White with #76402F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,64,47); }

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

background-color css

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

 a { background-color: rgb(118,64,47); }

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

border-color css

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

 span { border-color: rgb(118,64,47); }

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