Html Css Color HEX #75672C Himalaya

📋 copy color: '#75672C'

red 117 ◦ green 103 ◦ blue 44

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

Shades of Himalaya #75672C

Tints of Himalaya #75672C

RGB

 RED value IS 117 (46.09% from 255) = 44.32%

 GREEN value IS 103 (40.63% from 255) = 39.02%

 BLUE value IS 44 (17.58% from 255) = 16.67%

R = 44.32%
G = 39.02%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#75672C (or 0x75672C) is known color: Himalaya. HEX triplet: 75, 67 and 2C. RGB value is (117,103,44). Sum of RGB (Red+Green+Blue) = 117+103+44=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #75672C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75672C is #8A98D3. Grayscale: #646464. Windows color (decimal): -9083092 or 2910069. OLE color: 2910069.

HSL color Cylindrical-coordinate representation of color #75672C: hue angle of 48.49º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75672C is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 103 44 -
CMYK 0 0.12 0.62 0.54
HSL 48.49º 0.45% 0.32% -
HSV(B) 48.49º 0.62% 0.46% -
XYZ 12.64 13.66 4.35 -
YUV 100.46 96.14 139.8 -
System Red Green Blue C M Y K H S L
Decimal 117 103 44 0 0.12 0.62 0.54 48.49 0.45 0.32
Hex 75 67 2C 0 C 3E 36 30 2D 20
Octal 165 147 54 0 14 76 66 60 55 40
Binary 1110101 1100111 101100 0 1100 111110 110110 110000 101101 100000

Color Harmonies of #75672C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75672C

Black with #75672C

Text Example


Text Example

White with #75672C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75672C; }

 p { color: rgb(117,103,44); }

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

background-color css

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

 a { background-color: rgb(117,103,44); }

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

border-color css

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

 span { border-color: rgb(117,103,44); }

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