Html Css Color HEX #75672B Himalaya

📋 copy color: '#75672B'

red 117 ◦ green 103 ◦ blue 43

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

Shades of Himalaya #75672B

Tints of Himalaya #75672B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.35%

R = 44.49%
G = 39.16%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#75672B (or 0x75672B) is known color: Himalaya. HEX triplet: 75, 67 and 2B. RGB value is (117,103,43). Sum of RGB (Red+Green+Blue) = 117+103+43=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 103 (40.62% from 255 or 39.16% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #75672B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75672B is #8A98D4. Grayscale: #646464. Windows color (decimal): -9083093 or 2844533. OLE color: 2844533.

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

Color convert

RGB 117 103 43 -
CMYK 0 0.12 0.63 0.54
HSL 48.65º 0.46% 0.31% -
HSV(B) 48.65º 0.63% 0.46% -
XYZ 12.62 13.66 4.26 -
YUV 100.35 95.64 139.88 -
System Red Green Blue C M Y K H S L
Decimal 117 103 43 0 0.12 0.63 0.54 48.65 0.46 0.31
Hex 75 67 2B 0 C 3F 36 31 2E 1F
Octal 165 147 53 0 14 77 66 61 56 37
Binary 1110101 1100111 101011 0 1100 111111 110110 110001 101110 11111

Color Harmonies of #75672B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75672B

Black with #75672B

Text Example


Text Example

White with #75672B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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