Html Css Color HEX #74675B Pine Cone

📋 copy color: '#74675B'

red 116 ◦ green 103 ◦ blue 91

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

Shades of Pine Cone #74675B

Tints of Pine Cone #74675B

RGB

 RED value IS 116 (45.7% from 255) = 37.42%

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

 BLUE value IS 91 (35.94% from 255) = 29.35%

R = 37.42%
G = 33.23%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#74675B (or 0x74675B) is known color: Pine Cone. HEX triplet: 74, 67 and 5B. RGB value is (116,103,91). Sum of RGB (Red+Green+Blue) = 116+103+91=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 116 - color contains mainly: red. Hex color #74675B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74675B is #8B98A4. Grayscale: #696969. Windows color (decimal): -9148581 or 5990260. OLE color: 5990260.

HSL color Cylindrical-coordinate representation of color #74675B: hue angle of 28.8º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #74675B is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 103 91 -
CMYK 0 0.11 0.22 0.55
HSL 28.8º 0.12% 0.41% -
HSV(B) 28.8º 0.22% 0.45% -
XYZ 13.94 14.17 11.9 -
YUV 105.52 119.81 135.48 -
System Red Green Blue C M Y K H S L
Decimal 116 103 91 0 0.11 0.22 0.55 28.8 0.12 0.41
Hex 74 67 5B 0 B 16 37 1D C 29
Octal 164 147 133 0 13 26 67 35 14 51
Binary 1110100 1100111 1011011 0 1011 10110 110111 11101 1100 101001

Color Harmonies of #74675B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74675B

Black with #74675B

Text Example


Text Example

White with #74675B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,103,91); }

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

background-color css

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

 a { background-color: rgb(116,103,91); }

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

border-color css

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

 span { border-color: rgb(116,103,91); }

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