Html Css Color HEX #76442F Cumin

📋 copy color: '#76442F'

red 118 ◦ green 68 ◦ blue 47

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

Shades of Cumin #76442F

Tints of Cumin #76442F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.18%

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

R = 50.64%
G = 29.18%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#76442F (or 0x76442F) is known color: Cumin. HEX triplet: 76, 44 and 2F. RGB value is (118,68,47). Sum of RGB (Red+Green+Blue) = 118+68+47=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #76442F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76442F is #89BBD0. Grayscale: #505050. Windows color (decimal): -9026513 or 3097718. OLE color: 3097718.

HSL color Cylindrical-coordinate representation of color #76442F: hue angle of 17.75º 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 #76442F is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 68 47 -
CMYK 0 0.42 0.60 0.54
HSL 17.75º 0.43% 0.32% -
HSV(B) 17.75º 0.6% 0.46% -
XYZ 10.05 8.19 3.74 -
YUV 80.56 109.07 154.71 -
System Red Green Blue C M Y K H S L
Decimal 118 68 47 0 0.42 0.60 0.54 17.75 0.43 0.32
Hex 76 44 2F 0 2A 3C 36 12 2B 20
Octal 166 104 57 0 52 74 66 22 53 40
Binary 1110110 1000100 101111 0 101010 111100 110110 10010 101011 100000

Color Harmonies of #76442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76442F

Black with #76442F

Text Example


Text Example

White with #76442F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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